home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / adaptor.zip / ADAPT.ZIP / adaptor / src / include / ratc.h < prev    next >
C/C++ Source or Header  |  1993-03-22  |  787b  |  40 lines

  1. # ifndef yyratc
  2. # define yyratc
  3.  
  4. /* $Id: ratc.h,v 1.3 1992/02/18 12:52:30 grosch rel $ */
  5.  
  6. /* $Log: ratc.h,v $
  7.  * Revision 1.3  1992/02/18  12:52:30  grosch
  8.  * changed tString from unsigned char * to char *
  9.  *
  10.  * Revision 1.2  1991/11/21  14:28:16  grosch
  11.  * new version of RCS on SPARC
  12.  *
  13.  * Revision 1.1  90/07/04  14:34:13  grosch
  14.  * introduced conditional include
  15.  * 
  16.  * Revision 1.0  88/10/04  11:44:54  grosch
  17.  * Initial revision
  18.  * 
  19.  */
  20.  
  21. /* Ich, Doktor Josef Grosch, Informatiker, Sept. 1987 */
  22.  
  23. # ifndef bool
  24. # define bool        char
  25. # endif
  26. # ifndef true
  27. # define true        1
  28. # endif
  29. # ifndef false
  30. # define false        0
  31. # endif
  32. # ifndef cardinal
  33. # define cardinal    /* unsigned */ short
  34. # endif
  35. # ifndef tString
  36. # define tString    char *
  37. # endif
  38.  
  39. # endif
  40.